*{margin:0px;padding:0px;}body{background:#fff;margin:0px;padding:0px;text-decoration:none;font-variant:normal;font-family:'Microsoft YaHei';}a:link,a:visited,a:hover,a:active{text-decoration:none;}a{text-decoration:none;}li{list-style-type:none;}ul,ol{list-style-type:none;list-style-image:none;}input[type="button"],input[type="submit"],input[type="text"]{-webkit-appearance:none;}textarea{-webkit-appearance:none;}select{-webkit-appearance:none;}html{font-size:12px;}@media screen and (max-width:1199px){html{font-size:100px;}body{max-width:750px;margin:0 auto;}}@media (max-width:767px){html{font-size:13.333333333333vw;}body{max-width:initial;}}


 
 @font-face {
     font-family:D-DINExp-Bold;
     src: url(../font/D-DINExp-Bold.ttf),url(../font/D-DINExp-Bold.woff);

 }

.main{
	width: 1200px;
	margin:0 auto;
 
}

.top{
	width: 100%;
	height: 43px;
	background: #0452C7;
}

.top .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top p{
	color: #fff;
	font-size: 14px;
}
.top ul li{
	float: left;
	position: relative;
	padding: 0 10px;
	line-height: 43px;
}
.top ul li a{
	color: #fff;
	font-size: 14px;
	display: block;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #fff;
	transform: translateY(-50%);
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head img{
	display: block;
}
.head .main{
	height: 124px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
 
.head .btn{
	display: none;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}

.banner .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 50px !important;
	position: absolute;
	z-index: 1;
}
.banner .swiper-pagination  span{
	display: block;
	width: 25px;
	height: 25px;
	line-height: 100px;
	overflow: hidden;
	position: relative;
	border: 1px solid #fff;
	opacity: 1!important;
	text-align: center;
	line-height: 25px;
	outline: none;
	margin: 0 10px;
	border-radius: 50%;
	color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
 	background: #0551C8;
 	border: 1px solid #0551C8;
}

.pcbanner .swiper-slide{
	height: 600px;
}
.in-banner{
	height: 360px;
}
 
.mbanner{
	display: none;
}

.title{
	padding-bottom:20px;
	position: relative;
}
.title:before{
	content: "";
	width: 100px;
	height: 1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #D2D2D2;
	bottom: 4px;
}
.title h4{
	color:#222222;
	font-size: 36px;
	text-align: center;
	position: relative;
 
}
.title b{
	color: #003e9a;

}

.title p{
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
.title:after{
	content: "";
	width: 52px;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
 	background: #0452C7; 
 	background: -moz-linear-gradient(left, #0452C7 50%, #FF8800 50%); 
 	background: -webkit-linear-gradient(left, #0452C7 50%,#FF8800 50%); 
 	background: linear-gradient(to right, #0452C7 50%,#FF8800 50%);  
}
 

.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F5F5F5;
	padding: 70px 0;
}


.product .list{
	width: 270px;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
	float: left;
	margin-top: 44px;
}
.product .list .tit{
	width: 100%;
	height: 70px;
	background: #0452C7;
	text-align: center;
	line-height: 73px;
}
.product .list .tit p{
	color: #fff;
	font-size: 24px;
}
.product .list .bd{
	width: 240px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 17px;
	min-height:415px;
}
.product .list .bd ul li{
	width: 100%;
	height: 50px;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	line-height: 50px;
	margin-bottom: 10px;
	position: relative;
}
.product .list .bd ul li:after{
	content: ">";
	position: absolute;
	right: 14px;
	font-family: '宋体';
	top: 0;
	font-size: 18px;
}
.product .list .bd ul li a{
	display: block;
	color: #555555;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 30px;
    box-sizing: border-box;
    text-indent: 18px;
}

.product .list .tel{
 
	height: auto;
	overflow: hidden;
	background: #0452C7;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	align-items: center;
	padding: 15px 0;
}

.product .pic{
	float: right;
	width: 900px;
	margin-top: 44px;
}


.product .pic ul li{
	float: left;
	width: 280px;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-bottom: 30px;
	margin-left: 30px;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}

.product .pic ul li img{
	display:block;
	width: 280px;
	height: 240px;
}

.product .pic ul li p{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	color: #555555;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
    box-sizing: border-box;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	padding: 60px 0;
	background: #F5F5F5;
}
 
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.cases .box{
	width: 800%;
}
.cases .pic{
	float: left;
}
.cases .pic ul li{
	float: left;
	width: 465px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
}
.cases .pic ul li img{
	display: block;
	width: 465px;
}

.cases .pic ul li p{
	text-align: center;
	margin-top:25px;
	text-align: center;
	font-size: 16px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color: #555555;

}

.cases .more{
	display: block;
	width: 140px;
	height: 40px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 40px;
	color: #999999;
	font-size: 15px;
}

.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.about .main{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 60px;
}

.about .intro{
	width: 560px;
	height: auto;
	overflow: hidden;

}
.about .intro .info{
	width: 100%;
	height:240px;
	overflow: hidden;
	color: #333333;
	font-size: 15px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-indent: 2em;
	margin-top: 10px;
}
.about .intro .info a{
	color: #ff8800;
	font-size: 15px;
}
.about .intro  .data{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about .intro  .data ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}
.about .intro  .data ul li{
	position: relative;
}
.about .intro  .data ul li:after{
	content: "";
	width: 1px;
	height: 40px;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	background: #DCDCDC;
}
.about .intro  .data ul li b{
	color: #ff8800;
	font-family: 'D-DINExp-Bold';
	font-size: 60px;
}
.about .intro  .data ul li p{
	color: #666666;
	font-size: 15px;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin-top: 70px;
}
 
.advSwiper{
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
	
}

.advSwiper .swiper-wrapper{
	display: block;
}
.advSwiper .swiper-slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.advSwiper .swiper-slide .intro{
	width: 500px;
}

.advSwiper .swiper-slide .intro .tit{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	align-items: center;
	overflow: hidden;
	background: url(../images/adv-tit02.png) repeat-x  left bottom;
}
.advSwiper .swiper-slide .intro .tit img{
	display: block;
}
.advSwiper .swiper-slide .intro .tit div{
	width: 410px;
	height: auto;
	overflow: hidden;
}
.advSwiper .swiper-slide .intro .tit div h4{
	color: #ff8800;
	font-size: 32px;
}
.advSwiper .swiper-slide .intro .tit div p{
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
}
.advSwiper .swiper-slide .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color: #555555;
	font-size: 15px;
	line-height: 26px;
}
.advSwiper .swiper-slide:nth-child(odd){
	flex-direction: row-reverse;
}

.lc{
	width: 100%;
	height: 500px;
	background: url(../images/bg01.jpg) no-repeat center;
	padding:  90px 0;
	box-sizing: border-box;
}
.lc .title h4{
	color: #fff;
}

.lc .title p{
	color: #fff;
}
 
.lc ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.lc ul li{
	height: auto;
 
}
.lc ul li i:after{
	content: "";
	width: 18px;
	height: 25px;
	background: url(../images/icon03.png) no-repeat center;
	position: absolute;
	right: -100%;
	margin-right:25%;
	top: 50%;
	transform: translateY(-50%);
}
 
.lc ul li:last-child i:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
 
.lc ul li i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
}

.lc ul li p{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin-top: 24px;
}
 

.news{
	width: 100%;
	height: auto;
 	overflow: hidden;
 	background: #F5F5F5;
 	margin-top: 80px;
  	padding: 70px 0;
}

.news  .center{
	width: 800px;
	height: auto;
	background: #FFFFFF;
	overflow: hidden;
	padding: 40px;
	box-sizing: border-box;
	margin-top: 45px;
	float: left;
}
.news .tit h4{
	color: #000000;
	font-size: 26px;
}
.news .tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .tit a{
	color: #999999;
	font-size: 26px;
}
 

 
.news .current{
	margin-top:30px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news .current a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .current img{
	display: block;
	width: 240px;
	height: 180px;
}
.news .current .intro{
	margin-left: 35px;
	width: 500px;
	margin-right: 25px;
}
.news .current .intro h4{
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.news .current .intro span{
	display: block;
	color: #999999;
	font-size: 15px;
	position: relative;
	text-indent: 50px;
	margin-top: 20px;
}
.news .current .intro span:after{
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	left: 10px;
	background: #DCDCDC;
	top: 50%;
}
.news .current .intro p{
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	margin-top:15px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .center ul {
	margin-top: 20px;
}
.news .center ul li{
	width:49%;
	height: 115px;
	float: left;
	padding: 0 20px;
	padding-right: 60px;
	box-sizing: border-box;
	background:#F7F7F7 url(../images/more.png) no-repeat 95% center;
	margin-bottom: 10px;
}
.news .center ul li a{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;

}
.news .center ul li:nth-child(2n){
	float: right;
}

.news .center ul li h4{
	color:#000000;
	font-size: 18px;
	width: 100%;
	font-weight: normal;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .center ul li span{
	display: block;
	color: #999999;
	font-size: 15px;
	margin-top: 8px;
}
.news .bk{
	float: right;
	width: 380px;
	background: #fff;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
	padding:40px 30px;
	box-sizing: border-box;
}
.news .bk img{
	display: block;
	width: 400px;
	height: 200px;
	margin-top: 35px;
}
.news .bk  .show{
	width: 100%;
	height: 460px;
	overflow: hidden;
	margin-top: 20px;
}
.news .bk .box{
	height: 200%;
}
.news .bk   .list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
 
.news .bk   .list ul li{
	width: 100%;
	height: 110px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 10px;
}
.news .bk   .list ul li .q{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news .bk   .list ul li .q span{
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #999999;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 13px;
	float: left;
}
.news .bk   .list ul li .q p{
	width: 250px;
	height: auto;
	overflow: hidden;
	float: right;
	color: #333333;
	font-size: 18px;
	line-height: 22px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .bk   .list ul li .a{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}
.news .bk   .list ul li .a span{
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #FF8800;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 13px;
	float: left;
}
.news .bk   .list ul li .a p{
	float: right;
	width: 250px;
	height: auto;
	overflow: hidden;
	color: #555555;
	font-size: 13px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}
.links{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

.links .tit{
	height: auto;
	overflow: hidden;
	line-height: 30px;
	background: url(../images/links.png)  no-repeat center;
	width: 215px;
}
.links .tit p{
	color: #666666;
	font-size: 16px;
	float: left;
	margin-left: 35px;
}
.links .tit b{
	float: left;
	color: #999999;
	margin-left: 8px;
	font-size: 18px;
}
.links ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.links ul li{
	float: left;
	padding: 0 10px;
	position: relative;
	line-height: 30px;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #B8B8B8;

	transform: translateY(-50%);
}
.links ul li a{
	color: #999999;
	font-size: 15px;
}
.links ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.gotop{
	display: none;
}

.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #2E2E2E;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer .tit p{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.footer .menu{
	width: 215px;
	float: left;
}
.footer .menu ul{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.footer .menu ul li{
	float: left;
	margin-left: 20px;
	line-height: 30px;
}
.footer .menu ul li:nth-child(3n-2){
	margin-left: 0;
}
.footer .menu ul li a{
	color: #a7b9d5;
	font-size: 14px;
}


.footer .hot{
	float: left;
	margin-left: 85px;
	height: auto;
	width: 250px;
}
.footer .hot ul {
	margin-top: 20px;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.footer .hot ul li{
	width: 120px;
	height: 30px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #A7B9D5;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;
}
.footer .hot ul  li:nth-child(2n){
	float: right;
}
.footer .hot ul li a{
	font-size: 14px;
	color: #a7b9d5;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer .intro{
	float: left;
	margin-left: 90px;
}
.footer .intro .info p{
	color: #a7b9d5;
	font-size: 14px;
	line-height: 24px;
	margin-top:20px;
}
.footer  .ewm{
	float: right;
}
.footer  .ewm img{
	display: block;
	width: 149px;
	height: 149px;
	margin-top: 20px;
}
.cr{
	width: 100%;
	height: auto;
	background: #00060E;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 18px 0;
	font-size: 14px;
	 
}
.cr p{
	text-align: center;
}

 

.fn{
	display: none;
}

.crumbs{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f1f1f1;
}

.crumbs .tit{
	width: 52px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	height: 52px;
 	float: left;
 	margin-right: 17px;
 
}
.crumbs .tit img{
	display: block;
	margin: 0 auto;
	margin-top: 16px;
}

.crumbs p{
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 52px;
}
.crumbs  a{
 
	color:#999999;
	 
	padding-right: 20px;
	position: relative;
	font-size: 14px;
	line-height: 52px;
}
.crumbs  a:after{
	content: ">";
	position: absolute;
	right:5px;
	top: 0;
	height: 20px;
	line-height: 20px;
	color:#999;
	display: block;
	font-size: 12px;
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.inside-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}

.inside-cont .section{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 35px;
	box-sizing: border-box;
}

.about-article{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	overflow: hidden;
 
	 
}
.about-article .title{
	margin-top: 55px;
	margin-bottom:40px;
}
.about-article img{
	display: block;
	margin: 0 auto;
}
.about-article .info{
	margin-top: 60px;
	color:#555555;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.cont-article{
	width: 1115px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.cont-article .title{
	margin-top: 55px;
	margin-bottom: 40px;
}
.cont-article ul{
	height: auto;
	overflow: hidden;
}
.cont-article ul li{
	float: left;
	width: 500px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 35px;
	padding-bottom: 13px;
	align-items: center;
}
.cont-article ul li:nth-child(2n){
	float: right;
}
.cont-article ul li p{
	color:#555555;
	font-size: 18px;
	margin-left: 20px;
}
.about-article .map{
	width: 100%;
	height: 420px;
	border: 3px solid #d2d2d2;
	box-sizing: border-box;
	margin-top: 30px;
}

.tab{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
 
}
.tab ul {
	display: table;
	margin: 0 auto;
}
.tab ul li{
	width:187px;
	height: 60px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 5px;
	line-height: 60px;
	text-align: center;
	float: left;
 	margin-top: 10px;
	margin-left: 15px;
}
.tab ul li a{
	color: #333;
	font-size: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab ul li:nth-child(6n-5){
	margin-left: 0;
}
.tab .current-cat{
	background: #1468E5;
	border: 1px solid #1468E5;
}
.tab .current-cat a{
	color: #fff;
}

.img-list{
	width: 100%;
	height: auto;
	overflow: hidden;
 
}
.img-list .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.img-list .pic ul li{
	float: left;
	width: 24%;
	margin-left: 1.333%;
	margin-top: 5px;
}
.img-list .pic ul li img{
	display:block;
	width: 100%;
}
.img-list .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.img-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
 
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color:#333;
	float: left;
	margin: 0 3px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #0551C8;
	color:#fff;
}
.page ul .thisclass a{
	color: #fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}

.cases-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases-list ul li{
	width: 270px;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #eee;
	float: left;
	box-sizing: border-box;
	margin-left:15px;
	padding: 10px;
	margin-bottom: 15px;
}
.cases-list ul li:nth-child(4n-3){
	margin-left: 0;
}
.cases-list ul li:hover {
	border: 1px solid #ffb245;
}
.cases-list ul li:hover .pic img{
	transform: scale(1.05);
}
.cases-list ul li .intro{
	width: 245px;
	height: auto;
	overflow: hidden;
	background: #ffb245;
	padding: 15px;
	box-sizing: border-box;
}
.cases-list ul li .intro h4{
	width: 100%;
	border-bottom: 1px dashed#988364;
	height: 28px;
	color:#333333;
	font-size: 16px;
	font-weight: normal;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases-list ul li .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.cases-list ul li .intro span{
	color:#333333;
	font-size: 13px;
}
.cases-list ul li .intro p{
	font-size: 13px;
	color:#333333;
	line-height: 20px;
	display: -webkit-box;
	height: 60px;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 3px;
}
.cases-list ul li .pic{
	width: 245px;
	height: auto;
	overflow: hidden;
}
.cases-list ul li .pic img{
	display: block;
	width: 100%;
	transition: .5s;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
 
}
.news-list .title{
	margin-top: 55px;
}
.news-list ul {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.news-list ul li{
	width: 590px;
	height:auto;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding:15px;
	float: left;
	margin-bottom: 20px;
	background: #fff;
}
.news-list ul li:nth-child(2n){
	float: right;
}
.news-list ul li .time{
	float: left;
	width: 120px;
	height: 100px;
}
.news-list ul li .time b{
	width: 100%;
	height: 60px;
	display: block;
	line-height: 60px;
	background: #0551C8;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.news-list ul li .time p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	background: #999999;
	font-size: 14px;
}
.news-list ul li  .intro{
	float: right;
	width:420px;
	height: auto;
	overflow: hidden;
}
.news-list ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list ul li  .intro p{
	color:#333333;
	font-size: 16px;
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list ul li:hover {
	border: 1px solid #0551C8;
}
.news-list ul li:hover .intro p{
	color:#0551C8;
}
.news-list ul li  .intro span{
	display: block;
	color:#666666;
	font-size: 13px;
	height: 48px;
	line-height: 24px;
	margin-top: 10px;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
}
.detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
}
.detailed .tit h4{
	font-size: 22px;
	text-align: center;
	color:#333;
	line-height: 30px;
}
.detailed .tit p{
	text-align: center;
	color:#333;
	display: block;
	margin-top: 10px;
	background: #d5d5d5;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.detailed .tit span{
	margin: 0 10px;
}
.detailed  img{
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
}
.detailed  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	min-height:150px;
	color:#333;
	line-height: 30px;
	font-size: 16px;
}

.detailed .info iframe{
	width:700px;
	height: 350px;
	margin: 0 auto;
	display: block;
}

.detailed .info p{
	text-indent: 2em;
}

.detailed .info a{
	color:#333;
}

.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


.fy p{
	width: 240px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
    text-overflow: ellipsis;
	border-left: 1px solid #d2d2d2;

}
.fy p:first-child{
 	border: none;
 }

.fy a{
 	color:#333333;
 	font-size: 14px;
 }

.fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
}
.message {
	
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 55px;
	display: table;
	margin-bottom: 55px;
}
.message .bd{
 	display: table;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding:30px;
	background: #fff;
	box-sizing: border-box;
}

.message img{
	display: block;
	float: left;
}

.message form{
	width: 500px;
	float: left;
	margin-left: 30px;
 
}

.message form ul li{
	width: 100%;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.message form ul li input{
	height: 50px;
	border: none;
	width: 100%;
	outline: none;
	text-indent: 10px;
	color:#999999;
	font-size: 16px;
	background: none;
	font-family: '微软雅黑' ;
}

.message form ul li textarea{
	width: 500px;
	height: 100px;
	border: none;
	outline: none;
	font-family: '微软雅黑' ;
	resize: none;
	background: none;
 	text-indent: 10px;
	padding-top: 10px;
	color:#999;
	font-size: 16px;
}

.message form .btn input{
	width: 240px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #065fc3;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.message form .btn input:last-child{
	float: right;
	background: #999;
}


@media (min-width: 1200px){
	.nav{
		width: 1200px;
		height: 56px;
		background:url(../images/nav.jpg);
		margin: 0 auto;
		position: relative;
	}
	.nav:after{
		width: 50px;
		height: 56px;
		position: absolute;
		content: "";
		right: -50px;
		top:0;
		background: url(../images/icon01.png)  no-repeat center;
	}
	.nav:before{
		 width: 50px;
		 height: 56px;
		 position: absolute;
		 content: "";
		 left: -50px;
		 top:0;
		 background: url(../images/icon01.png)  no-repeat center;
		 transform: rotateY(180deg);
	}
	.nav ul{
		width: 1200px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 56px;
		margin: 0 auto;
	}
	.nav ul li{
		width: 100%;
		line-height: 56px;
		height: 56px;
		text-align: center;
		position: relative;
	}
	.nav ul li:last-child:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.nav ul li:after{
		content: "";
		width: 1px;
		height: 14px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background: #003E9A;
	}
	.nav ul li a{
		color: #fff;
		font-size: 16px;
		display: block;
	}
	.nav ul li:hover{
		background: url(../images/h01.jpg)  no-repeat center;
	}
 
	.img-box{
		overflow: hidden;
	}
	.img-box img{
		transition: .5s;
	}
	.img-box:hover img{
		transform: scale(1.05);
	}
	 
 	.product .list .bd ul li:hover{
 		background: #FF8800;
 	}
 	.product .list .bd ul li:hover a{
 		color: #fff;
 	}
 	.product .list .bd ul li:hover:after{
 		color: #fff;
 	}
 	.product .pic ul li:hover p{
 		color: #0452C7;
 		font-weight: bold;

 	}
 	.cases .pic ul li:hover p{
 		color: #0452c7;
 	}

 	.news .tit a:hover{
 		color: #0452C7;
 	}
 	.news .current .intro:hover h4{
 		color: #0452C7;
 		text-decoration: underline;
 	}
 	.news .center ul li:hover{
 		background:#F6F6F6 url(../images/more02.png) no-repeat 95% center;
 	}
 	.news .center ul li h4:hover{
 		color: #0452c7;
 		text-decoration: underline;
 	}
 	.news .bk .list ul li:hover{
 		border: 1px solid #0452C7;
 		box-sizing: border-box;
 	}
 	.news .bk .list ul li:hover .q p{
 		color: #0452c7;
 		text-decoration: underline;
 	}
 	.footer .menu ul li:hover a{
 		color: #fff;
 	}
 	.footer .hot ul li:hover {
 		border: 1px solid #fff;
 	}
 	.footer .hot ul li:hover a{
 		color: #fff;
 		text-decoration: underline;
 	}
 	.cases .more:hover{
 		background: #003E9A;
 		color: #fff;
 	}
 	.tab ul li:hover{
 		background: #1468E5;
 		border: 1px solid #1468E5;
 	}
 	.tab ul li:hover a{
 		color: #fff;
 	}
}
 
 
@media screen and (max-width: 1199px){

	.main{
		width: 7.2rem;
	}
	.top{
		height: .6rem;
		line-height: .6rem;
		height: auto;
	}
	.top p{
		text-align: center;
		width: 100%;
		font-size: .24rem;
		line-height: .6rem;
	}
	.top ul{
		 display: none;
	}
	.head{
		position: relative;
		transition: .5s;
		z-index: 102;
		height: 1.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 .2rem;
	}

	.head .name{
		width:4rem;
		margin: 0;
		float: left;
		margin-top: .1rem;
	 	
	}
 
	.head .name img{
		width: 100%;
		display: block;
	}
	.head  .main{
		width:100%;
	 	display: block;
		height: auto;
	}

	.head .btn{
		float: right;
		display: block;
		width:.8rem;
		height:.8em;
		border-radius: 50%;
	 
		box-sizing: border-box;
		background:#0452C7 url(../images/btn.png) no-repeat center;
		background-size: auto .3rem;
	}
	.head  .right{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height:1.5rem;
		margin-right: .2rem;
	}
	.head  .tel{
		display: block;
		width:.8rem;
		height:.8em;
		border-radius: 50%;
		float: right;
		margin: 0;
		margin-left: .2rem;
		background:#FF8800 url(../images/icon02.png) no-repeat center;
		background-size: auto .4rem;
		 
	}
	.head  .tel img{
		display: none;
	}
	.head a{
		display: block;
		width: 100%;
		height: 100%;
		outline: none;
	}

	.topHead{
		position: fixed;
		top: 0;
	}
	

	.nav{
 		width: 100%;
 		height: 100%;
 		overflow: hidden;
 		position: fixed;
 		left: 0;
 		top: 2.1rem;
 		display: none;
 		overflow-y: auto;
 		opacity: 0;
 		visibility: hidden;
 		background: rgba(0,0,0,.5);
 		z-index: 10001;

 	}
 	.nav ul{
 		top: 0;
 		width: 70%;
 		float: right;
 		right: -100%;
 		position: relative;
 		height:  100%;
 		overflow-y:auto;
 		margin: 0;
 		background: #333333;
 	 
 	}
 	.nav .on{
  		padding-bottom: 1.5rem;
 	}
 
  	.nav ul li{
  		width: 100%;
  		padding: 0 .15rem;
  		box-sizing: border-box;
  		height: auto;
  		overflow: hidden;
  		border-bottom: .02rem  solid #eee;
  		line-height: .8rem;
  		border-top: .02rem solid #444;
  		position: relative;
  		border-bottom: .02rem solid #111;
  	}
  	.nav ul li a{
  		color: #fff;
  		font-size: .3rem;
  		display: block;
  	}
  	.nav ul ul{
  		width: 96%;
  		padding-bottom: 0;
  		display: none;
  		right: initial;
  	}
  	.nav ul .sonOpen{
  		display: block;
  	}
  	.nav ul li i{
  		display: block;
  		position: absolute;
  		right: 0;
  		width: .8rem;
  		height: .8rem;

  		top: 0;
  	}
  	.nav ul li i:after{
  		content: "";
  		width: .3rem;
  		height: .3rem;
  		transition: .3s;
  		display: block;
  		background: url(../images/nav-icon.png) no-repeat center;
  		background-size: auto 100%;
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		margin-left: -.15rem;
  		margin-top: -.15rem;
  	}
  	.nav ul li .touch:after{
  		transform: rotate(90deg);
  	}
  	.nav ul li ul li{
  		line-height: .7rem;
  		border: none;
  		height: .7rem;
  		border: none;
  	}
  	.nav ul li ul li:first-child{
  		border-top: 0;
  	}
  	.nav ul li ul li:last-child{
  		border-bottom: none;
  	}
  	.nav ul ul li a{
  		font-size: .26rem;
  	}
	.banner{
		display: none;
	}
	.in-banner {
		display: none;
	}
	.mbanner{
		display: block;
	}
	.in-mbanner{
		width: 100%;
		height: 3rem;
		background-size: 100% auto;
	}

	.mbanner .swiper-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
		bottom: .2rem !important;
	}
	.mbanner .swiper-pagination  span{
		display: block;
		width: .4rem;
		height: .4rem;
		line-height: .4rem;
		overflow: hidden;
		position: relative;
		opacity: 1;
		margin: 0 .1rem;
		font-size: .2rem;
	}
	.mbanner .swiper-pagination .swiper-pagination-bullet-active{
		 
		border:.02rem solid #0551C8;
		background: #0551C8;
		 
	}

	.mbanner img{
		display: block;
		width: 100%;
	}
	.title{
		width: 7.3rem;
		margin: 0 auto;
		padding-bottom: .3rem;
	}
	.title h4{
		font-size: .48rem;
	 
	}
 	.title p{
 		font-size: .2rem;
 		line-height: .42rem;
 	}
	
	.product{
		padding: .7rem 0;
	 	
	}
	.product .list{
		width: 100%;
		height: auto;
		float: initial;
		overflow: hidden;
		padding-bottom: .2rem;
		margin-top: .6rem;
	}
	.product .list .tit{
		height: 1rem;
		line-height: 1rem;
	}
	.product .list .tit p{
		font-size: .46rem;
	}
	.product .list .bd{
		width: 6.6rem;
		min-height: initial;
	}
	.product .list .bd ul li{
		width: 3.2rem;
		float: left;
		height: .8rem;
		margin-bottom: .15rem;
		line-height: .8rem;
		border: .02rem solid #DCDCDC;
	}
	.product .list .bd ul li a{
		display: block;
		height: .8rem;
		line-height: .8rem;
		font-size: .28rem;
		padding-right:.4rem;
		text-indent: .2rem;
	}
	.product .list .bd ul li:nth-child(2n){
		float: right;
	}
	.product .list .bd ul li:after{
		font-size: .2rem;
		line-height: .8rem;
		height: .8rem;
	}
	.product .list  .tel{
		display: none;
	}
	.product .pic{
		float: initial;
		width: 100%;
		margin-top: .3rem;
	}
	.product .pic ul li{
		width: 3.5rem;
		margin: 0;
		height: auto;
		overflow: hidden;
		margin-bottom: .2rem;
	}
	.product .pic ul li:nth-child(2n){
		float: right;
	}
	.product .pic ul li img{
		display: block;
		width: 100%;
		height: auto;
	}
	.product .pic ul li p{
		height: .8rem;
		line-height: .8rem;
		font-size: .28rem;
	}
 	.about{
 		width: 100%;
 		margin-top: .5rem;
 	}
 	.about .main{
 		flex-direction: column-reverse;
 		flex-wrap: wrap;
 		align-items: center;
 		margin-top: .4rem;
 	}
 	.about .pic{
 		width:6rem;
 	}
 	.about .pic img{
 		display: block;
 		width: 100%;
 	}
 	.about .intro {
 		width: 100%;
 		margin-top: .3rem;
 	}
 	.about .intro .info{
 		font-size: .29rem;
 		height: auto;
 		line-height: .49rem;
 		text-indent: 2em;
 		text-align: justify;
 	}
 	.about .intro .data ul {
 		width: 6.5rem;
 		margin: 0 auto;
 	}
 	.about .intro .data ul li b{
 		font-size: .6rem;
 	}
 	.about .intro .data ul li p{
 		font-size: .2rem;
 		max-width:2rem;
 	}
 	.about .intro .data ul li:after{
 		width: .02rem;
 		height: .6rem;
 		right: -.3rem;
 	}
 	.about .intro .data ul li:last-child:after{
 		width: 0;
 		height: 0;
 		overflow: hidden;
 	}
 	.adv{
 		width: 100%;
 		height: auto;
 		margin-top: 0;
 		overflow: hidden;
 	}


 	.advSwiper{
 		width: 6.5rem;
 		margin: 0 auto;
 		margin-top: .5rem;
 	}
 	.adv .adv-tit{
 		width: 100%;
 		height: 2rem;
 		background: url(../images/madv-tit.jpg) no-repeat center;
 		background-size: auto 100%;
 	}
 	.advSwiper .swiper-wrapper{
 		display: flex;

 	}
 	.advSwiper .swiper-slide{
 		flex-wrap: wrap;
 		display: block;
 		flex-direction: row-reverse;
 	}
 	.advSwiper .swiper-slide .pic{
 		width:6rem;
 		margin: 0 auto;
 	}
 	.advSwiper .swiper-slide .pic img{
 		width: 100%;
 	}
	.advSwiper .swiper-slide .intro{
		width: 100%;
		margin-top: .3rem;
	}
	.advSwiper .swiper-slide .intro .tit{
		padding-bottom: .35rem;
	}
	.advSwiper .swiper-slide .intro .tit img{
		width: 1.2rem;
	}
	.advSwiper .swiper-slide .intro .tit div {
		margin-left: .2rem;
	}
	.advSwiper .swiper-slide .intro .tit div h4{
		font-size: .42rem;
	}
	.advSwiper .swiper-slide .intro .tit div p{
		font-size: .2rem;
	}
	.advSwiper .swiper-slide .intro .info{
		font-size: .28rem;
		line-height: .46rem;
		margin-top: .3rem;
	}
	.advSwiper .swiper-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.advSwiper .swiper-pagination span{
		display: block;
		width: .5rem;
		height: .15rem;
		margin: 0 .2rem;
		border-radius: 5px;
		background: #999999;
	}
	.advSwiper .swiper-pagination .swiper-pagination-bullet-active{
		background: #0452C7;
	}
	.cases{
		padding: .7rem 0;
		margin-top: .8rem;
	}
	.cases .show{
		margin-top: .5rem;
	}
	.cases .box{
		width: 600%;
	}
	.cases .pic{
		width: 50%;
	}
	.cases .pic ul li{
		width: 16%;
		margin-left: .6%;
	}
	.cases .pic ul li img{
		width: 100%;
	}
	.cases .more{
		width: 2rem;
		height: .7rem;
		font-size: .24rem;
		margin-top: .4rem;
		line-height: .7rem;
	}


	.lc{
		margin-top: .4rem;
		padding: .7rem 0;
		height: auto;
		margin-top: 0;
		padding-bottom: 0;
		background: url(../images/mbg02.jpg) no-repeat center;
		background-size: cover;
	}
	 
	.lc ul{
		display: flex;
		width: 6.5rem;
		margin: 0 auto;
		margin-top: .8rem;
		height: auto;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.lc ul li{
		width: 2.06rem;
		float: left;
	 	margin: 0;
		margin-bottom: .8rem;
	}
	.lc ul li:nth-child(3n-2){
		margin-left: 0;
	}
	.lc ul li i{
		width: 1.2rem;
		height:1.2rem;
		margin: 0 auto;

	}
	.lc ul li i:after{
		width: .36rem;
		height: .4rem;
		margin-right:40%;

		background: url(../images/icon03.png) no-repeat center;
		background-size: auto 100%;
	}
	.lc ul li:nth-child(3) i:after{
		left:50%;
		margin: 0;
		top: initial;
		transform: translateX(-50%);
		bottom: -1.2rem;
		transform: translateX(-50%) rotate(90deg);
	}
	.lc ul li img{
		display: block;
		width: .6rem;
	}
	.lc ul li h4{
		font-size: .34rem;
	}
	.lc ul li  p{
		margin-top:.2rem;
		text-align: center;
		font-size: .28rem;
	}
	.lc ul li:nth-child(n+4) i:after{
		left: -50%;
		margin: 0;
		transform: translateX(-50%) rotate(180deg) ;
	}
	.lc ul li:nth-child(4){
		order:3;
	}
	.lc ul li:nth-child(5){
		order: 2;
	}
	.lc ul li:nth-child(6){
		order: 1;
	}
	.lc .tel{
		margin-top: .5rem;
		width: 5rem;
	}
	.news{
		margin: 0 auto;
		margin-top: .5rem;
		padding: .3rem 0;
		padding-bottom: .6rem;
	 
	}
	 
	.news .main:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.news .main{
		padding: 0;
		border: none;
		margin-top: .5rem;
	}
	.news-list .title{
		margin-top: .5rem;
	}
	.news .tit h4{
		font-size: .42rem;
	}
	.news .tit a{
		font-size: .42rem;
	}

	.news .center{
		width: 100%;
		padding: .3rem;
		float: initial;
		margin-top: .5rem;
	}
	.news .current{
		margin-top: .3rem;
	}
	.news .current img{
		width: 3rem;
		height: auto;
	}
	.news .current .intro{
		margin: 0;
		width: 3.3rem;
		margin-left: .2rem;
	}
	.news .current .intro h4{
		font-size: .32rem;
	}
	.news .current .intro span{
		font-size: .2rem;
		margin-top: .2rem;
	}
	.news .current .intro p{
		font-size: .2rem;
		line-height: .42rem;
		margin-top: .1rem;
	}
	.news .center ul li{
		width: 100%;
		height: 1.8rem;
		padding: .3rem;
		margin-bottom: .2rem;
		background-size: auto .45rem;
	}
	.news .center ul li h4{
		font-size: .32rem;
	}
	.news .center ul li span{
		font-size: .26rem;
		margin-top: .2rem;
	}

	.news .bk{
		width: 100%;
		float: initial;
		margin-top: .4rem;
		padding: .3rem;
	}
	.news .bk .list ul li{
		padding: .3rem .3rem;
	}
	.news .bk .list ul li .q span{
		width: .5rem;
		height: .5rem;
		font-size: .24rem;
		line-height: .5rem;
	}
	.news .bk .list ul li .q p{
		width: 5.2rem;
	}
	.news .bk .list ul li .a{
		margin-top: .15rem;
	}
	.news .bk .list ul li .a  p{
		width: 5.2rem;
		line-height: .4rem;
		font-size: .24rem;
	}
	.news .bk .list ul li .a span{
		width: .5rem;
		height: .5rem;
		font-size: .24rem;
		line-height: .5rem;
	}
	.news-list ul li{
		border: .02rem solid #dcdcdc;
		box-sizing: border-box;
		height: auto;
		overflow: hidden;
		padding: .25rem;
		width: 100%;
		margin-bottom: .2rem;
	}
	.news-list ul li .time{
		width: 1.5rem;
		height: 1.2rem;
	}
	.news-list ul li .time b{
		height: .7rem;
		line-height: .7rem;
		font-size: .42rem;
	}
	.news-list ul li .time p{
		height: .5rem;
		line-height: .5rem;
		font-size: .24rem;
	}
	.news-list ul li .intro{
		width: 4.8rem;
	}
	.news-list ul li .intro p{
		font-size: .29rem;
	}
	.news-list ul li .intro span{
		margin-top: .05rem;
		line-height: .42rem;
		font-size: .26rem;
		height: .8rem;
	}
	.gotop{
		width: 100%;
		height: auto;
		overflow: hidden;
		background:#B3CBEE;
		font-size: .3rem;
		color: #666666;
		height: .8rem;
		display: block;
		line-height: .8rem;
		text-align: center;
		font-weight: bold;
	}
	.footer{
		height: auto;
		width: 100%;
	 	padding-top: .7rem;
	 	margin-top: 0;
		padding-bottom:.5rem;
		
	}
	.footer img {
		display: none;
	}
	.footer .menu{
		display: none;
	}
	.footer .hot{
		display: none;
	}
	.footer .intro{
		margin: 0;
		width: 100%;
	}
	.footer .tit p{
		font-size: .42rem;
		text-align: center;
	}
	.footer .intro img{
		margin: 0 auto;
		width: 3.2rem;
		margin-top: .6rem;
	}
	.footer .intro .info{
		margin-top: .3rem;
		width: 100%;
		font-size: .24rem;
		text-align: center;
	}
	.footer .ewm{
		display: none;
	}
	.links{
		display: none;
	}
	.float{
		display: none;
	}
	.cr{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 1rem;
	}
	.page{
		margin: .4rem 0;
	}
	.page ul li{
		font-size: .26rem;
		border: .02rem solid #ccc;
		line-height: .5rem;
		height: .5rem;
		padding: 0 .15rem;
	}
	.page ul .thisclass{
		border: .02rem solid #2CABB9;
	}

	.crumbs{
		padding: 0 .1rem;
		box-sizing: border-box;
	}
	.crumbs .main{
		width: 100%;
	}
	.crumbs .tit{
		border-left: none;
		height: .8rem;
		margin-right: .3rem;
	}
	.crumbs div{
		overflow: hidden;
		 white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: .2rem;
	}
	.crumbs p{
		line-height: .8rem;
		font-size: .28rem;
	}
	.crumbs a{
		font-size: .28rem;
		display:inline;
		line-height: .8rem;
	}
	.crumbs .tit img{
		height: .4rem;
		margin: 0 auto;
		margin-top: .2rem;
	}
	.fn{
		display: block;
		position: fixed;
		bottom: 0;
		width: 7.5rem;
		left: 50%;
		z-index: 100;
		margin-left: -3.75rem;
	}

	.fn ul li{
		float: left;
		width: 25%;
		background: #1766DD;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	.fn ul li:after{
		content: "";
		width: 0.02rem;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: #fff;
	}
	.fn ul li img{
		display: block;
		margin: 0 auto;
		margin-top: .3rem;
		height: .5rem;
	}
	.fn ul li  p{
		color: #fff;
		font-size: .26rem;
		text-align: center;
		margin-top: .1rem;
		margin-bottom: .2rem;
	}
	.fn ul li:last-child:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
 	
 	.cr{
 		flex-wrap: wrap;
 		padding: .25rem 0;
 		margin-bottom: 1.5rem;
 	}
 	.cr p{
 		font-size: .2rem;
 		line-height: .4rem;
 	}

	.about-article{
		margin-bottom: 0;
		margin-top: .3rem;
	}
	.about-article .title{
		margin-top: .6rem;
		margin-bottom: .4rem;
	}
	.about-article img{
		max-width: 100%;
		display: block;
	}
	.about-article .info{
		font-size: .29rem;
		line-height: .48rem;
		margin: 0;
		margin-top: .2rem;
	}
	.about-article .map{
		height: 4.5rem;
	}

	.cont-article .title{
		margin-top: .6rem;
		margin-bottom: .4rem;
	}
	.cont-article{
		width: 100%;
	}
	.cont-article ul li{
		width: 100%;
	}

	.cont-article ul li img{
		height: 1rem;
	}

	.cont-article ul li p{
		font-size: .3rem;
		margin-left: .3rem;
	}

	.detailed{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: .6rem;
	}
	.detailed .tit h4{
		font-size: .38rem;
	}
	.detailed .tit span{
		display: block;
		line-height: .4rem;
		font-size: .24rem;
	}
	.detailed .tit p{
		padding: .1rem 0;
	}
	.detailed .info{
		margin-top: .2rem;
		font-size: .29rem;
		line-height: .48rem;
		text-align: justify;
	}
	.detailed .info iframe{
		width: 100%;
		height: 4rem;
	}
	.fy{
		width: 7.1rem;
		margin: .6rem auto;
		margin-bottom: .3rem;
		border:.02rem solid #ccc;
		line-height: .7rem;
	}
	.fy p{
		line-height: .7rem;
		height: .7rem;
		font-size:.24rem;
		padding:0 .1rem;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
		border-right: .02rem solid #ccc;
	}
	.fy p:nth-child(2){
		border-right:  none;
	}
	 
	.fy .return{
		width: 100%;
		box-sizing: border-box;
		float: initial;
		text-align: center;
		float: left;
		line-height: .7rem;
		display: block;
		border-left: none;
		border-top: .02rem solid #ccc;
	}
	.tab{
		width: 100%;
		margin-top: .3rem;
	}
 	.tab ul li{
 		width:2.3rem;
 		height: .8rem;
 		line-height: .8rem;
 		border: .02rem solid #ccc;
 		margin-left: .12rem;
 		margin-top: .2rem;
 	}
 	.tab ul li:nth-child(3n-2){

 		margin-left: 0;
 	}
 	.tab ul li a{
 		font-size: .28rem;
 	}
 
 	.img-list .pic{
 		margin-top: .4rem;
 	}
 	.img-list .pic ul li{
 		width: 49%;
 		margin: 0;
 	}
 	.img-list .pic ul li:nth-child(2n){
 		float: right;
 	}
 	.img-list .pic ul li p{
 		font-size: .28rem;
 	}
}


	
 